home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / Modules / slib:pp.em < prev    next >
Text File  |  1993-07-13  |  174b  |  17 lines

  1. (defmodule slib:pp (scheme) ()
  2.  
  3.   (slib:load "genwrite")
  4.   (slib:load "pp")
  5.   (slib:load "pp2str")
  6.  
  7.   (export
  8.    
  9.     pretty-print
  10.     pretty-print-to-string
  11.  
  12.   )
  13.  
  14. )
  15.  
  16. ;; eof
  17.